go/types.Checker.convertUntyped (method)

12 uses

	go/types (current package)
		builtins.go#L288: 			check.convertUntyped(x, y.typ)
		builtins.go#L291: 			check.convertUntyped(y, x.typ)
		builtins.go#L310: 				check.convertUntyped(x, Typ[Float64])
		builtins.go#L311: 				check.convertUntyped(y, Typ[Float64])
		builtins.go#L438: 				check.convertUntyped(x, Typ[Complex128])
		const.go#L289: func (check *Checker) convertUntyped(x *operand, target Type) {
		expr.go#L333: 		check.convertUntyped(&c, typ)
		expr.go#L644: 			check.convertUntyped(y, Typ[Uint])
		expr.go#L895: 		check.convertUntyped(x, y.typ)
		expr.go#L899: 		check.convertUntyped(y, x.typ)
		index.go#L384: 	check.convertUntyped(x, Typ[Int])
		stmt.go#L243: 		check.convertUntyped(&v, x.typ)